body {
   background-image: url(./assest/Group\ 9.png);
   background-color:  #211f20;
}


.header{
      background-color:  #211f20;
      width: 100%;
      border-radius: 42px;
}

.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar ul {
    display: flex;
    justify-content: space-around;
    gap: 60px;
    color: white;
}

.navbar ul li{
    color: white;
    list-style: none;
    font-size: 20px;
}

.navbar ul li a{
    text-decoration: none;
    color: white;
}


.heading2 h1{
    text-align: start;
    padding-top: 80px;
    font-size: 70px;
    margin-left: 200px;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.price{
    padding-top: 40px;
    display: flex;
    justify-content: center;
}



.contacts {
    display: flex;
    justify-content: space-around;
}

.question h1 {
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.form input {
    border: 2px solid pink;
    border-radius: 20px;
    width: 400px;
    height: 58px;
    background-color: rgba(30, 12, 6, 1);
    color: white;
    text-align: center;
}

.form textarea {
    border: 2px solid pink;
    border-radius: 20px;
    width: 400px;
    height: 150px;
    background-color: rgba(30, 12, 6, 1);
    color: white;
    text-align: center;
}

input ::placeholder {
    font-size: 30px;
}

.send button {
    border-radius: 42px;
    color: white;
    background-color: rgba(114, 139, 173, 1);
    border: none;
    cursor: pointer;
    padding: 11px 70px 11px 70px;
    width: 225px;
    height: 58px;
    gap: 10px;
    font-size: 30px;
}

.paragraph {
    font-size: 40px;
    color:white;
}


.footer {
    background-color: rgba(30, 12, 6, 1);
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    box-shadow: 50px 50px 50px;


}

.logo h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}